home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacPeople 2001 February 15
/
MACPEOPLE-2001-02-15.ISO.7z
/
MACPEOPLE-2001-02-15.ISO
/
オンラインウエア
/
厳選オンラインウエア100
/
マルチメディア
/
iView Multimedia 3.8.4ト.sea
/
iView Multimedia 3.8.4ƒ
/
AppleScript Support
/
window scripts
< prev
next >
Wrap
Text File
|
1999-12-19
|
1KB
|
29 lines
tell application "iView Multimedia 3.7.1"
-- get the name of window after window 1
set the selection of window 1 to 10
get the selection of window 1
-- get the importing of window 1
-- get the properties of object 2 of window 1
-- select window 2 -- whose name contains "mov")
-- count (windows whose name contains "unt")
-- get (every object of window 1 whose name contains "tif")
-- duplicate window 1 -- make an exact copy of the catalog>
-- get the name of every window -- getting a list of opened catalogs
-- get properties of window 1 -- get a full list of window properties
-- copy the bounds of window 1 to myRect -- changing the dimensions of the front window
-- get myRect
-- copy 600 to item 3 of myRect
-- copy 600 to item 4 of myRect
-- set the bounds of window 1 to myRect
-- set x to the properties of window 1
-- set the bounds of x to {26, 56, 580, 335}
-- set the properties of window 1 to x
-- get the properties of mark 1
-- get the name of mark 1
-- get the name of every mark
end tell